home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0663 / txdbgen.zip / TXDBGEN.DOC < prev    next >
Text File  |  1995-06-15  |  4KB  |  82 lines

  1.     TXDBGEN conversion
  2.     ASCII-Files to HyperText in TXDB-format
  3.     ---------------------------------------
  4.  
  5.     (1) mark potential "title-lines" in the original "ASCII file"
  6.         with character "&" in the first column,
  7.  
  8.     (2) syntax for TXDBGEN
  9.  
  10.         TXDBGEN <source ASCII file> <prefix for text-pages> [page length]
  11.  
  12.         example:      TXDBGEN original.asc X 15
  13.  
  14.                       ASCII source file        :  "original.asc"
  15.                       generated HyperText pages:  "X0001.TXT ... 0002,..."
  16.                       page length (optional)   :  15
  17.  
  18.                       page length > 8 or < 21, default = 20 lines,
  19.                       usefull in Windows or OS/2  environment:
  20.                       for two or more shorter pages on the screen,
  21.                       navigate in two or more paths parallel.
  22.  
  23.  
  24.     (3) generated HyperText pages reflects at first the old, linear
  25.         structure of the text, with new anchors for future references
  26.  
  27.         the top of generated HyperText pages looks like:
  28.  
  29.   +------------------------------------------------------------------------+
  30.   |                                     | (n)_L0052  | (p)_L0050  |        |
  31.   |                            ...    --+- next -----+- previous--+        |
  32.   |                                                                        |
  33.   |           (n) next page in the original sequence of the ASCII-file     |
  34.   |           (p) previous page in the original sequence                   |
  35.   +------------------------------------------------------------------------+
  36.  
  37.         the bottom of generated HyperText pages looks like:
  38.  
  39.   +------------------------------------------------------------------------+
  40.   | (c)_L-c -- (s)_L0048 -- (i)_L-i -- (r)_L0051r -- (e)_L0051e -- (f)_L-f |
  41.   | contents   subtitle     index      remark        extension     figures |
  42.   |                                                                        |
  43.   |           (c) contents    first page of contents                       |
  44.   |           (s) subtitle    the first page of the actual subtitle        |
  45.   |           (i) index       first page for index entrys                  |
  46.   |           (r) remark      remarks to the actual page                   |
  47.   |           (e) extension   first page of extensions for the actual page |
  48.   |           (f) figures     first page for the index of figures          |
  49.   +------------------------------------------------------------------------+
  50.  
  51.               (c) and (s) reflects the first, linear text structure
  52.  
  53.               (i), (r), (e), (f) are anchors for future extensions,
  54.               more, contextual references can be added all the time later.
  55.  
  56.         The original ASCII text is converted to modular HyperText
  57.         in TXDB format.
  58.  
  59.         Save a lot of work with TXDBGEN!
  60.         The first part of the HyperText creation is ready.
  61.  
  62.         Next steps:  - refinements, improvement in the TXDB framework.
  63.                      - insert more contextual references,
  64.                      - insert new text pages or pictures,
  65.  
  66.                      - publish for IBM compatible PC user with TXDB.EXE,
  67.  
  68.                      - convert to HTML format for the INTERNET browsers
  69.                        (Word Wide Web browser) with HYP-HTML.BAT also
  70.                        included in the TXDB125.ZIP archive.
  71.  
  72.     -------------------------------------------------------------------
  73.     TXDBGEN is merely an example to generate TXDB-HyperText.
  74.     For improvements please contact the author.
  75.     TXDBGEN.EXE is SHAREWARE, for permanent use please register!
  76.     Registration fee: private user 10,-US$ / professional user 15,-US$
  77.     -------------------------------------------------------------------
  78.     Address:  Adam Szabo
  79.               Bernhard-Rößner-Str. 13
  80.               82194 Gröbenzell / Germany
  81.     -------------------------------------------------------------------
  82.